home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KWINGCOM.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  2.6 KB  |  65 lines

  1. REM ╔═══════════════════════════════════════════════════════════════════════╗
  2. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  3. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  4. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  5. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  6. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  7. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  8. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  9. REM ║ versions if you do not have them, check with any of the listed places ║
  10. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  11. REM ║ versions of the Command and Control Center software.                  ║
  12. REM ╚═══════════════════════════════════════════════════════════════════════╝
  13. REM For Wing Commander from Origin
  14.  
  15. REM Set BLACK and RED switches to DIGITAL.
  16.  
  17. REM Select JOYSTICK for stick control.  Throttle is keyboard type.
  18.  
  19.  MDEF KWINGCOM
  20.  
  21.  @DigitalThrottle
  22.  
  23. BTN UB FireAfterburners
  24. BTN MB SelectMissile
  25. BTN LB SelectGun
  26. BTN HU ViewFront
  27. BTN HR ViewRight
  28. BTN HD ViewRear
  29. BTN HL ViewLeft
  30. BTN 1 /U RollShipLeft
  31.       /M RollShipLeft
  32.       /D AttackMyTarget
  33. BTN 2 /U RollShipRight
  34.       /M RollShipRight
  35.       /D BreakAndAttack
  36. BTN 3 /U EngageAutoPilot
  37.       /M DisplayShipDamag
  38.       /D FormOnMyWing
  39. BTN 4 /U ViewNavigationSc
  40.       /M SelectTarget
  41.       /D HelpMe
  42. BTN 5 /U Communcation1
  43.       /M LockTarget
  44.       /D SendDamageReques
  45. BTN 6 /U Communcation2
  46.       /M LaunchMissile
  47.       /D SendRandsomTaunt
  48. RKR UP Null
  49. RKR DN Null
  50. BTN MT /N FullStop
  51.  
  52. REM  Rocker Dn is combat communications (Combat orders to wingman and Enemy
  53. REM            taunts) mode
  54. REM  Rocker Up is navigation (Nav map and Autopilot) and general
  55. REM            communications (Communications menu options 1 & 2) mode
  56. REM  Rocker Md is normal combat mode (Roll left & right, Select target,
  57. REM            Lock target, Display damage, & Fire weapon (missile, chaff
  58. REM            pod, torpedo, etc))
  59. rem NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR THE
  60. rem MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT THRUSTMASTER
  61. rem TO INQUIRE ABOUT UPGRADING TO THE NEW CHIP AND MICROCODE!!!!
  62. rem How can you tell if you have the new chip and microcode?  At the C:\MARK2
  63. rem Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it says "File not found
  64. rem then you have the old microcode version that uses DOWNLOAD.EXE instead.
  65.